.ship{
margin-left: 47px;}

.subnav {
  float: left;
  overflow: hidden;
}

.subnav .subnavbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: #B8860B;
}

.subnav-content {
  display: none;
  position: relative;
  left: 5;
  background-color: #333;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;

}

.subnav-content a:hover {
  background-color: ;
  color: #333 ;
}

.subnav:hover .subnav-content {
  display: table;
}


